Move this cursor to the parent of its current node.
This returns true if the cursor successfully moved, and returns false if there was no parent node (the cursor was already on the root node).
See Implementation
Move this cursor to the parent of its current node.
This returns true if the cursor successfully moved, and returns false if there was no parent node (the cursor was already on the root node).